home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TWORKSPACESAVEASDIALOG / TWORKSPACESAVEASDIALOG.txt
Text File  |  2008-11-03  |  972b  |  50 lines

  1. inherited WorkspaceSaveAsDialog: TWorkspaceSaveAsDialog
  2.   Left = 518
  3.   Top = 208
  4.   Caption = 'Save Workspace As'
  5.   ClientHeight = 89
  6.   ClientWidth = 305
  7.   OnCreate = FormCreate
  8.   OnDestroy = FormDestroy
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object EditLbl: TUiLabel
  13.     Left = 8
  14.     Top = 8
  15.     Height = 13
  16.     Caption = 'Save current view configuration as:'
  17.     FocusControl = Edit
  18.   end
  19.   object Edit: TUiComboBox
  20.     Left = 8
  21.     Top = 24
  22.     Width = 289
  23.     Height = 21
  24.     AutoComplete = False
  25.     ItemHeight = 13
  26.     TabOrder = 0
  27.     OnChange = EditChange
  28.     OnClick = EditClick
  29.     OnKeyDown = EditKeyDown
  30.   end
  31.   object OkBtn: TUiButton
  32.     Left = 144
  33.     Top = 56
  34.     Caption = 'OK'
  35.     Default = True
  36.     TabOrder = 1
  37.     OnClick = OkClick
  38.     AutoSize = asRight
  39.   end
  40.   object CancelBtn: TUiButton
  41.     Left = 224
  42.     Top = 56
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.     AutoSize = asRight
  48.   end
  49. end
  50.